projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c12cc
)
inline tables must be on one line, because TOML
author
Alex Burka
<durka42+github@gmail.com>
Mon, 23 Nov 2015 21:58:17 +0000
(16:58 -0500)
committer
Alex Burka
<durka42+github@gmail.com>
Mon, 23 Nov 2015 21:58:17 +0000
(16:58 -0500)
src/doc/manifest.md
patch
|
blob
|
history
diff --git
a/src/doc/manifest.md
b/src/doc/manifest.md
index b5c05485a99a98253c370fa8a8f1ed801766dc91..e3accd2e7fd99a38a59860ca215ae8cf2e12adcf 100644
(file)
--- a/
src/doc/manifest.md
+++ b/
src/doc/manifest.md
@@
-304,11
+304,7
@@
To use the package `awesome`:
```toml
[dependencies]
-awesome = { version = "1.3.5",
- default-features = false, # do not include the default features, and optionally
- # cherry-pick individual features
- features = ["secure-password", "civet"]
- }
+awesome = { version = "1.3.5", default-features = false, features = ["secure-password", "civet"] }
```
## Rules